Opc.Ua.Core
GetReferences(ISystemContext,IList<IReference>,NodeId,Boolean) Method



Opc.Ua Namespace > NodeState Class > GetReferences Method : GetReferences(ISystemContext,IList<IReference>,NodeId,Boolean) Method
Returns any references with the specified reference type and direction.
Syntax
'Declaration
 
Public Overloads Overridable Sub GetReferences( _
   ByVal context As ISystemContext, _
   ByVal references As IList(Of IReference), _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim references As IList(Of IReference)
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
 
instance.GetReferences(context, references, referenceTypeId, isInverse)

Parameters

context
references
referenceTypeId
isInverse
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members
Overload List